home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Explore Yellowstone
/
Explore Yellowstone (1997)(The Learning Company)[PC-Mac].iso
/
mac
/
ROSTER.DIR
/
00007_Script_fr change
< prev
next >
Wrap
Text File
|
1996-02-29
|
687b
|
29 lines
on exitFrame
global WhichChannel, WhichCast
if rollOver(6) then
put 6 into WhichChannel
puppetsprite 6, true
set the castNum of sprite 6 to the number of cast "hilited2"
updateStage
go to "changeLoop"
end if
if rollOver(7) then
put 7 into WhichChannel
puppetsprite 7, true
set the castNum of sprite 7 to the number of cast "all2"
updateStage
go to "changeLoop"
end if
if rollOver(9) then
put 9 into WhichChannel
puppetsprite 9, true
set the castNum of sprite 9 to the number of cast "cancel2"
updateStage
go to "changeLoop"
end if
go to the frame
end